Skip to main content

PAYLOAD

It resembles an API response but includes an output. We generate customized data through data mapping, employing it as input for subsequent nodes.

Step 1:

Drag and drop the PAYLOADComponents from the pallatte

;

;

Step 2:

Configuring PAYLOAD

left click on PAYLOAD Components, you can define the PAYLOAD configration as given below:

;

FieldsDescription
GENGet one field from the Input and mapped in another field of Output
TRANSTransforms the Input value with the help of transformation functions
CNMapped the Input as it is Output body
OBJMapped the Inputs to Object
ARMapped the Inputs to Array

Step 3:

Provide the Output Variable The output variable stores the result of the transformation

Step 4:

Click on Add button and do the mapping as shown

;

;

;

;

and Save

Step 5:

When we want to get a variable, from the pipeline, we use $ sign as prefix followed by Variable name from in the pipeline. There can be nested get which is seperated by '.' Ex. $Payload.key

Note:- The variable Payload should be present in the pipeline before the calling